Html Css Color HEX #C69229 Nugget

📋 copy color: '#C69229'

red 198 ◦ green 146 ◦ blue 41

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

Shades of Nugget #C69229

Tints of Nugget #C69229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 51.43%
G = 37.92%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C69229 (or 0xC69229) is known color: Nugget. HEX triplet: C6, 92 and 29. RGB value is (198,146,41). Sum of RGB (Red+Green+Blue) = 198+146+41=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C69229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69229 is #396DD6. Grayscale: #969696. Windows color (decimal): -3763671 or 2724550. OLE color: 2724550.

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

Color convert

RGB 198 146 41 -
CMYK 0 0.26 0.79 0.22
HSL 40.13º 0.66% 0.47% -
HSV(B) 40.13º 0.79% 0.78% -
XYZ 33.97 32.72 6.62 -
YUV 149.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 198 146 41 0 0.26 0.79 0.22 40.13 0.66 0.47
Hex C6 92 29 0 1A 4F 16 28 42 2F
Octal 306 222 51 0 32 117 26 50 102 57
Binary 11000110 10010010 101001 0 11010 1001111 10110 101000 1000010 101111

Color Harmonies of #C69229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69229

Black with #C69229

Text Example


Text Example

White with #C69229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69229; }

 p { color: rgb(198,146,41); }

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

background-color css

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

 a { background-color: rgb(198,146,41); }

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

border-color css

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

 span { border-color: rgb(198,146,41); }

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