Html Css Color HEX #C69C29 Nugget

📋 copy color: '#C69C29'

red 198 ◦ green 156 ◦ blue 41

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

Shades of Nugget #C69C29

Tints of Nugget #C69C29

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 50.13%
G = 39.49%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C69C29 (or 0xC69C29) is known color: Nugget. HEX triplet: C6, 9C and 29. RGB value is (198,156,41). Sum of RGB (Red+Green+Blue) = 198+156+41=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C29 is #3963D6. Grayscale: #9B9B9B. Windows color (decimal): -3761111 or 2727110. OLE color: 2727110.

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

Color convert

RGB 198 156 41 -
CMYK 0 0.21 0.79 0.22
HSL 43.95º 0.66% 0.47% -
HSV(B) 43.95º 0.79% 0.78% -
XYZ 35.58 35.94 7.16 -
YUV 155.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 198 156 41 0 0.21 0.79 0.22 43.95 0.66 0.47
Hex C6 9C 29 0 15 4F 16 2C 42 2F
Octal 306 234 51 0 25 117 26 54 102 57
Binary 11000110 10011100 101001 0 10101 1001111 10110 101100 1000010 101111

Color Harmonies of #C69C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C29

Black with #C69C29

Text Example


Text Example

White with #C69C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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