Html Css Color HEX #C69C33 Nugget

📋 copy color: '#C69C33'

red 198 ◦ green 156 ◦ blue 51

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

Shades of Nugget #C69C33

Tints of Nugget #C69C33

RGB

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

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

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

R = 48.89%
G = 38.52%
B = 12.59%

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

#C69C33 (or 0xC69C33) is known color: Nugget. HEX triplet: C6, 9C and 33. RGB value is (198,156,51). Sum of RGB (Red+Green+Blue) = 198+156+51=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C33 is #3963CC. Grayscale: #9D9D9D. Windows color (decimal): -3761101 or 3382470. OLE color: 3382470.

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

Color convert

RGB 198 156 51 -
CMYK 0 0.21 0.74 0.22
HSL 42.86º 0.59% 0.49% -
HSV(B) 42.86º 0.74% 0.78% -
XYZ 35.77 36.02 8.2 -
YUV 156.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 198 156 51 0 0.21 0.74 0.22 42.86 0.59 0.49
Hex C6 9C 33 0 15 4A 16 2B 3B 31
Octal 306 234 63 0 25 112 26 53 73 61
Binary 11000110 10011100 110011 0 10101 1001010 10110 101011 111011 110001

Color Harmonies of #C69C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C33

Black with #C69C33

Text Example


Text Example

White with #C69C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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