Html Css Color HEX #C69721 Nugget

📋 copy color: '#C69721'

red 198 ◦ green 151 ◦ blue 33

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

Shades of Nugget #C69721

Tints of Nugget #C69721

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 51.83%
G = 39.53%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C69721 (or 0xC69721) is known color: Nugget. HEX triplet: C6, 97 and 21. RGB value is (198,151,33). Sum of RGB (Red+Green+Blue) = 198+151+33=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C69721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69721 is #3968DE. Grayscale: #989898. Windows color (decimal): -3762399 or 2201542. OLE color: 2201542.

HSL color Cylindrical-coordinate representation of color #C69721: hue angle of 42.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C69721 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 33 -
CMYK 0 0.24 0.83 0.22
HSL 42.91º 0.71% 0.45% -
HSV(B) 42.91º 0.83% 0.78% -
XYZ 34.63 34.25 6.22 -
YUV 151.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 198 151 33 0 0.24 0.83 0.22 42.91 0.71 0.45
Hex C6 97 21 0 18 53 16 2B 47 2D
Octal 306 227 41 0 30 123 26 53 107 55
Binary 11000110 10010111 100001 0 11000 1010011 10110 101011 1000111 101101

Color Harmonies of #C69721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69721

Black with #C69721

Text Example


Text Example

White with #C69721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69721; }

 p { color: rgb(198,151,33); }

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

background-color css

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

 a { background-color: rgb(198,151,33); }

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

border-color css

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

 span { border-color: rgb(198,151,33); }

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