Html Css Color HEX #C6641B Chocolate

📋 copy color: '#C6641B'

red 198 ◦ green 100 ◦ blue 27

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

Shades of Chocolate #C6641B

Tints of Chocolate #C6641B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 27 (10.94% from 255) = 8.31%

R = 60.92%
G = 30.77%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6641B (or 0xC6641B) is known color: Chocolate. HEX triplet: C6, 64 and 1B. RGB value is (198,100,27). Sum of RGB (Red+Green+Blue) = 198+100+27=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6641B is #399BE4. Grayscale: #797979. Windows color (decimal): -3775461 or 1795270. OLE color: 1795270.

HSL color Cylindrical-coordinate representation of color #C6641B: hue angle of 25.61º degrees, saturation: 0.76, 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 #C6641B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 27 -
CMYK 0 0.49 0.86 0.22
HSL 25.61º 0.76% 0.44% -
HSV(B) 25.61º 0.86% 0.78% -
XYZ 28.04 21.2 3.65 -
YUV 120.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 198 100 27 0 0.49 0.86 0.22 25.61 0.76 0.44
Hex C6 64 1B 0 31 56 16 1A 4C 2C
Octal 306 144 33 0 61 126 26 32 114 54
Binary 11000110 1100100 11011 0 110001 1010110 10110 11010 1001100 101100

Color Harmonies of #C6641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6641B

Black with #C6641B

Text Example


Text Example

White with #C6641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6641B; }

 p { color: rgb(198,100,27); }

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

background-color css

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

 a { background-color: rgb(198,100,27); }

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

border-color css

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

 span { border-color: rgb(198,100,27); }

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