Html Css Color HEX #C69520 Nugget

📋 copy color: '#C69520'

red 198 ◦ green 149 ◦ blue 32

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

Shades of Nugget #C69520

Tints of Nugget #C69520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

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

R = 52.24%
G = 39.31%
B = 8.44%

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

#C69520 (or 0xC69520) is known color: Nugget. HEX triplet: C6, 95 and 20. RGB value is (198,149,32). Sum of RGB (Red+Green+Blue) = 198+149+32=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C69520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69520 is #396ADF. Grayscale: #969696. Windows color (decimal): -3762912 or 2135494. OLE color: 2135494.

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

Color convert

RGB 198 149 32 -
CMYK 0 0.25 0.84 0.22
HSL 42.29º 0.72% 0.45% -
HSV(B) 42.29º 0.84% 0.78% -
XYZ 34.3 33.6 6.05 -
YUV 150.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 198 149 32 0 0.25 0.84 0.22 42.29 0.72 0.45
Hex C6 95 20 0 19 54 16 2A 48 2D
Octal 306 225 40 0 31 124 26 52 110 55
Binary 11000110 10010101 100000 0 11001 1010100 10110 101010 1001000 101101

Color Harmonies of #C69520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69520

Black with #C69520

Text Example


Text Example

White with #C69520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69520; }

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

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

background-color css

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

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

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

border-color css

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

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

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