Html Css Color HEX #C6922B Nugget

📋 copy color: '#C6922B'

red 198 ◦ green 146 ◦ blue 43

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

Shades of Nugget #C6922B

Tints of Nugget #C6922B

RGB

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

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

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

R = 51.16%
G = 37.73%
B = 11.11%

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

#C6922B (or 0xC6922B) is known color: Nugget. HEX triplet: C6, 92 and 2B. RGB value is (198,146,43). Sum of RGB (Red+Green+Blue) = 198+146+43=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6922B is #396DD4. Grayscale: #969696. Windows color (decimal): -3763669 or 2855622. OLE color: 2855622.

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

Color convert

RGB 198 146 43 -
CMYK 0 0.26 0.78 0.22
HSL 39.87º 0.64% 0.47% -
HSV(B) 39.87º 0.78% 0.78% -
XYZ 34 32.74 6.81 -
YUV 149.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 198 146 43 0 0.26 0.78 0.22 39.87 0.64 0.47
Hex C6 92 2B 0 1A 4E 16 28 40 2F
Octal 306 222 53 0 32 116 26 50 100 57
Binary 11000110 10010010 101011 0 11010 1001110 10110 101000 1000000 101111

Color Harmonies of #C6922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6922B

Black with #C6922B

Text Example


Text Example

White with #C6922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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