Html Css Color HEX #C66B24 Chocolate

📋 copy color: '#C66B24'

red 198 ◦ green 107 ◦ blue 36

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

Shades of Chocolate #C66B24

Tints of Chocolate #C66B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 58.06%
G = 31.38%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C66B24 (or 0xC66B24) is known color: Chocolate. HEX triplet: C6, 6B and 24. RGB value is (198,107,36). Sum of RGB (Red+Green+Blue) = 198+107+36=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B24 is #3994DB. Grayscale: #7E7E7E. Windows color (decimal): -3773660 or 2386886. OLE color: 2386886.

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

Color convert

RGB 198 107 36 -
CMYK 0 0.46 0.82 0.22
HSL 26.3º 0.69% 0.46% -
HSV(B) 26.3º 0.82% 0.78% -
XYZ 28.86 22.65 4.52 -
YUV 126.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 198 107 36 0 0.46 0.82 0.22 26.3 0.69 0.46
Hex C6 6B 24 0 2E 52 16 1A 45 2E
Octal 306 153 44 0 56 122 26 32 105 56
Binary 11000110 1101011 100100 0 101110 1010010 10110 11010 1000101 101110

Color Harmonies of #C66B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B24

Black with #C66B24

Text Example


Text Example

White with #C66B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B24; }

 p { color: rgb(198,107,36); }

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

background-color css

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

 a { background-color: rgb(198,107,36); }

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

border-color css

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

 span { border-color: rgb(198,107,36); }

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