Html Css Color HEX #C69120 Nugget

📋 copy color: '#C69120'

red 198 ◦ green 145 ◦ blue 32

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

Shades of Nugget #C69120

Tints of Nugget #C69120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 52.8%
G = 38.67%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C69120 (or 0xC69120) is known color: Nugget. HEX triplet: C6, 91 and 20. RGB value is (198,145,32). Sum of RGB (Red+Green+Blue) = 198+145+32=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C69120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69120 is #396EDF. Grayscale: #949494. Windows color (decimal): -3763936 or 2134470. OLE color: 2134470.

HSL color Cylindrical-coordinate representation of color #C69120: hue angle of 40.84º degrees, saturation: 0.72, 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 #C69120 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 32 -
CMYK 0 0.27 0.84 0.22
HSL 40.84º 0.72% 0.45% -
HSV(B) 40.84º 0.84% 0.78% -
XYZ 33.67 32.36 5.84 -
YUV 147.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 198 145 32 0 0.27 0.84 0.22 40.84 0.72 0.45
Hex C6 91 20 0 1B 54 16 29 48 2D
Octal 306 221 40 0 33 124 26 51 110 55
Binary 11000110 10010001 100000 0 11011 1010100 10110 101001 1001000 101101

Color Harmonies of #C69120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69120

Black with #C69120

Text Example


Text Example

White with #C69120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69120; }

 p { color: rgb(198,145,32); }

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

background-color css

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

 a { background-color: rgb(198,145,32); }

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

border-color css

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

 span { border-color: rgb(198,145,32); }

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