Html Css Color HEX #C6932B Nugget

📋 copy color: '#C6932B'

red 198 ◦ green 147 ◦ blue 43

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

Shades of Nugget #C6932B

Tints of Nugget #C6932B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 51.03%
G = 37.89%
B = 11.08%

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

#C6932B (or 0xC6932B) is known color: Nugget. HEX triplet: C6, 93 and 2B. RGB value is (198,147,43). Sum of RGB (Red+Green+Blue) = 198+147+43=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6932B is #396CD4. Grayscale: #969696. Windows color (decimal): -3763413 or 2855878. OLE color: 2855878.

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

Color convert

RGB 198 147 43 -
CMYK 0 0.26 0.78 0.22
HSL 40.26º 0.64% 0.47% -
HSV(B) 40.26º 0.78% 0.78% -
XYZ 34.16 33.05 6.86 -
YUV 150.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 198 147 43 0 0.26 0.78 0.22 40.26 0.64 0.47
Hex C6 93 2B 0 1A 4E 16 28 40 2F
Octal 306 223 53 0 32 116 26 50 100 57
Binary 11000110 10010011 101011 0 11010 1001110 10110 101000 1000000 101111

Color Harmonies of #C6932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6932B

Black with #C6932B

Text Example


Text Example

White with #C6932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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