Html Css Color HEX #C69D33 Nugget

📋 copy color: '#C69D33'

red 198 ◦ green 157 ◦ blue 51

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

Shades of Nugget #C69D33

Tints of Nugget #C69D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 48.77%
G = 38.67%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C69D33 (or 0xC69D33) is known color: Nugget. HEX triplet: C6, 9D and 33. RGB value is (198,157,51). Sum of RGB (Red+Green+Blue) = 198+157+51=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D33 is #3962CC. Grayscale: #9D9D9D. Windows color (decimal): -3760845 or 3382726. OLE color: 3382726.

HSL color Cylindrical-coordinate representation of color #C69D33: hue angle of 43.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C69D33 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 51 -
CMYK 0 0.21 0.74 0.22
HSL 43.27º 0.59% 0.49% -
HSV(B) 43.27º 0.74% 0.78% -
XYZ 35.94 36.36 8.26 -
YUV 157.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 198 157 51 0 0.21 0.74 0.22 43.27 0.59 0.49
Hex C6 9D 33 0 15 4A 16 2B 3B 31
Octal 306 235 63 0 25 112 26 53 73 61
Binary 11000110 10011101 110011 0 10101 1001010 10110 101011 111011 110001

Color Harmonies of #C69D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D33

Black with #C69D33

Text Example


Text Example

White with #C69D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D33; }

 p { color: rgb(198,157,51); }

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

background-color css

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

 a { background-color: rgb(198,157,51); }

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

border-color css

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

 span { border-color: rgb(198,157,51); }

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