Html Css Color HEX #C69320 Nugget

📋 copy color: '#C69320'

red 198 ◦ green 147 ◦ blue 32

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

Shades of Nugget #C69320

Tints of Nugget #C69320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 52.52%
G = 38.99%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C69320 (or 0xC69320) is known color: Nugget. HEX triplet: C6, 93 and 20. RGB value is (198,147,32). Sum of RGB (Red+Green+Blue) = 198+147+32=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69320 is #396CDF. Grayscale: #959595. Windows color (decimal): -3763424 or 2134982. OLE color: 2134982.

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

Color convert

RGB 198 147 32 -
CMYK 0 0.26 0.84 0.22
HSL 41.57º 0.72% 0.45% -
HSV(B) 41.57º 0.84% 0.78% -
XYZ 33.98 32.98 5.94 -
YUV 149.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 198 147 32 0 0.26 0.84 0.22 41.57 0.72 0.45
Hex C6 93 20 0 1A 54 16 2A 48 2D
Octal 306 223 40 0 32 124 26 52 110 55
Binary 11000110 10010011 100000 0 11010 1010100 10110 101010 1001000 101101

Color Harmonies of #C69320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69320

Black with #C69320

Text Example


Text Example

White with #C69320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69320; }

 p { color: rgb(198,147,32); }

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

background-color css

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

 a { background-color: rgb(198,147,32); }

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

border-color css

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

 span { border-color: rgb(198,147,32); }

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