Html Css Color HEX #C69420 Nugget

📋 copy color: '#C69420'

red 198 ◦ green 148 ◦ blue 32

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

Shades of Nugget #C69420

Tints of Nugget #C69420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 52.38%
G = 39.15%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C69420 (or 0xC69420) is known color: Nugget. HEX triplet: C6, 94 and 20. RGB value is (198,148,32). Sum of RGB (Red+Green+Blue) = 198+148+32=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C69420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69420 is #396BDF. Grayscale: #969696. Windows color (decimal): -3763168 or 2135238. OLE color: 2135238.

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

Color convert

RGB 198 148 32 -
CMYK 0 0.25 0.84 0.22
HSL 41.93º 0.72% 0.45% -
HSV(B) 41.93º 0.84% 0.78% -
XYZ 34.14 33.29 5.99 -
YUV 149.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 198 148 32 0 0.25 0.84 0.22 41.93 0.72 0.45
Hex C6 94 20 0 19 54 16 2A 48 2D
Octal 306 224 40 0 31 124 26 52 110 55
Binary 11000110 10010100 100000 0 11001 1010100 10110 101010 1001000 101101

Color Harmonies of #C69420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69420

Black with #C69420

Text Example


Text Example

White with #C69420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69420; }

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

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

background-color css

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

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

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

border-color css

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

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

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