Html Css Color HEX #C68E1C Nugget

📋 copy color: '#C68E1C'

red 198 ◦ green 142 ◦ blue 28

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

Shades of Nugget #C68E1C

Tints of Nugget #C68E1C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 53.8%
G = 38.59%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C68E1C (or 0xC68E1C) is known color: Nugget. HEX triplet: C6, 8E and 1C. RGB value is (198,142,28). Sum of RGB (Red+Green+Blue) = 198+142+28=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E1C is #3971E3. Grayscale: #929292. Windows color (decimal): -3764708 or 1871558. OLE color: 1871558.

HSL color Cylindrical-coordinate representation of color #C68E1C: hue angle of 40.24º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C68E1C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 28 -
CMYK 0 0.28 0.86 0.22
HSL 40.24º 0.75% 0.44% -
HSV(B) 40.24º 0.86% 0.78% -
XYZ 33.17 31.44 5.42 -
YUV 145.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 198 142 28 0 0.28 0.86 0.22 40.24 0.75 0.44
Hex C6 8E 1C 0 1C 56 16 28 4B 2C
Octal 306 216 34 0 34 126 26 50 113 54
Binary 11000110 10001110 11100 0 11100 1010110 10110 101000 1001011 101100

Color Harmonies of #C68E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E1C

Black with #C68E1C

Text Example


Text Example

White with #C68E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E1C; }

 p { color: rgb(198,142,28); }

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

background-color css

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

 a { background-color: rgb(198,142,28); }

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

border-color css

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

 span { border-color: rgb(198,142,28); }

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