Html Css Color HEX #C69722 Nugget

📋 copy color: '#C69722'

red 198 ◦ green 151 ◦ blue 34

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

Shades of Nugget #C69722

Tints of Nugget #C69722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 51.7%
G = 39.43%
B = 8.88%

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

#C69722 (or 0xC69722) is known color: Nugget. HEX triplet: C6, 97 and 22. RGB value is (198,151,34). Sum of RGB (Red+Green+Blue) = 198+151+34=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C69722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69722 is #3968DD. Grayscale: #989898. Windows color (decimal): -3762398 or 2267078. OLE color: 2267078.

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

Color convert

RGB 198 151 34 -
CMYK 0 0.24 0.83 0.22
HSL 42.8º 0.71% 0.45% -
HSV(B) 42.8º 0.83% 0.78% -
XYZ 34.64 34.25 6.3 -
YUV 151.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 198 151 34 0 0.24 0.83 0.22 42.8 0.71 0.45
Hex C6 97 22 0 18 53 16 2B 47 2D
Octal 306 227 42 0 30 123 26 53 107 55
Binary 11000110 10010111 100010 0 11000 1010011 10110 101011 1000111 101101

Color Harmonies of #C69722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69722

Black with #C69722

Text Example


Text Example

White with #C69722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69722; }

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

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

background-color css

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

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

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

border-color css

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

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

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