Html Css Color HEX #C66A1F Chocolate

📋 copy color: '#C66A1F'

red 198 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #C66A1F

Tints of Chocolate #C66A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 59.1%
G = 31.64%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C66A1F (or 0xC66A1F) is known color: Chocolate. HEX triplet: C6, 6A and 1F. RGB value is (198,106,31). Sum of RGB (Red+Green+Blue) = 198+106+31=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A1F is #3995E0. Grayscale: #7D7D7D. Windows color (decimal): -3773921 or 2058950. OLE color: 2058950.

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

Color convert

RGB 198 106 31 -
CMYK 0 0.46 0.84 0.22
HSL 26.95º 0.73% 0.45% -
HSV(B) 26.95º 0.84% 0.78% -
XYZ 28.69 22.41 4.11 -
YUV 124.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 198 106 31 0 0.46 0.84 0.22 26.95 0.73 0.45
Hex C6 6A 1F 0 2E 54 16 1B 49 2D
Octal 306 152 37 0 56 124 26 33 111 55
Binary 11000110 1101010 11111 0 101110 1010100 10110 11011 1001001 101101

Color Harmonies of #C66A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A1F

Black with #C66A1F

Text Example


Text Example

White with #C66A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A1F; }

 p { color: rgb(198,106,31); }

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

background-color css

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

 a { background-color: rgb(198,106,31); }

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

border-color css

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

 span { border-color: rgb(198,106,31); }

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