Html Css Color HEX #C6922C Nugget

📋 copy color: '#C6922C'

red 198 ◦ green 146 ◦ blue 44

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

Shades of Nugget #C6922C

Tints of Nugget #C6922C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 51.03%
G = 37.63%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6922C (or 0xC6922C) is known color: Nugget. HEX triplet: C6, 92 and 2C. RGB value is (198,146,44). Sum of RGB (Red+Green+Blue) = 198+146+44=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6922C is #396DD3. Grayscale: #969696. Windows color (decimal): -3763668 or 2921158. OLE color: 2921158.

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

Color convert

RGB 198 146 44 -
CMYK 0 0.26 0.78 0.22
HSL 39.74º 0.64% 0.47% -
HSV(B) 39.74º 0.78% 0.78% -
XYZ 34.02 32.75 6.91 -
YUV 149.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 198 146 44 0 0.26 0.78 0.22 39.74 0.64 0.47
Hex C6 92 2C 0 1A 4E 16 28 40 2F
Octal 306 222 54 0 32 116 26 50 100 57
Binary 11000110 10010010 101100 0 11010 1001110 10110 101000 1000000 101111

Color Harmonies of #C6922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6922C

Black with #C6922C

Text Example


Text Example

White with #C6922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6922C; }

 p { color: rgb(198,146,44); }

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

background-color css

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

 a { background-color: rgb(198,146,44); }

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

border-color css

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

 span { border-color: rgb(198,146,44); }

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