Html Css Color HEX #C6931F Nugget

📋 copy color: '#C6931F'

red 198 ◦ green 147 ◦ blue 31

#C6931F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C6931F

Tints of Nugget #C6931F

RGB

 RED value IS 198 (77.73% from 255) = 52.66%

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 52.66%
G = 39.1%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6931F (or 0xC6931F) is known color: Nugget. HEX triplet: C6, 93 and 1F. RGB value is (198,147,31). Sum of RGB (Red+Green+Blue) = 198+147+31=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6931F is #396CE0. Grayscale: #959595. Windows color (decimal): -3763425 or 2069446. OLE color: 2069446.

HSL color Cylindrical-coordinate representation of color #C6931F: hue angle of 41.68º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6931F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 31 -
CMYK 0 0.26 0.84 0.22
HSL 41.68º 0.73% 0.45% -
HSV(B) 41.68º 0.84% 0.78% -
XYZ 33.97 32.97 5.87 -
YUV 149.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 198 147 31 0 0.26 0.84 0.22 41.68 0.73 0.45
Hex C6 93 1F 0 1A 54 16 2A 49 2D
Octal 306 223 37 0 32 124 26 52 111 55
Binary 11000110 10010011 11111 0 11010 1010100 10110 101010 1001001 101101

Color Harmonies of #C6931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6931F

Black with #C6931F

Text Example


Text Example

White with #C6931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6931F; }

 p { color: rgb(198,147,31); }

 H1.HeaderClassName
 {
   color: #C6931F;
 }
 .AnyTagClassName
 {
   color: #C6931F;
 }
</style>

background-color css

<style>
 a { background-color: #C6931F; }

 a { background-color: rgb(198,147,31); }

 div.DivClassName
 {
   background-color: #C6931F;
 }
 .BgClassName
 {
   background-color: #C6931F;
 }
</style>

border-color css

<style>
 span { border-color: #C6931F; }

 span { border-color: rgb(198,147,31); }

 td.TdClassName
 {
   border-color: #C6931F;
 }
 .TagClassName
 {
   border-color: #C6931F;
 }
</style>