Html Css Color HEX #C4661F Chocolate

📋 copy color: '#C4661F'

red 196 ◦ green 102 ◦ blue 31

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

Shades of Chocolate #C4661F

Tints of Chocolate #C4661F

RGB

 RED value IS 196 (76.95% from 255) = 59.57%

 GREEN value IS 102 (40.23% from 255) = 31%

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

R = 59.57%
G = 31%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4661F (or 0xC4661F) is known color: Chocolate. HEX triplet: C4, 66 and 1F. RGB value is (196,102,31). Sum of RGB (Red+Green+Blue) = 196+102+31=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4661F is #3B99E0. Grayscale: #7A7A7A. Windows color (decimal): -3906017 or 2057924. OLE color: 2057924.

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

Color convert

RGB 196 102 31 -
CMYK 0 0.48 0.84 0.23
HSL 25.82º 0.73% 0.45% -
HSV(B) 25.82º 0.84% 0.77% -
XYZ 27.76 21.34 3.95 -
YUV 122.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 196 102 31 0 0.48 0.84 0.23 25.82 0.73 0.45
Hex C4 66 1F 0 30 54 17 1A 49 2D
Octal 304 146 37 0 60 124 27 32 111 55
Binary 11000100 1100110 11111 0 110000 1010100 10111 11010 1001001 101101

Color Harmonies of #C4661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4661F

Black with #C4661F

Text Example


Text Example

White with #C4661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4661F; }

 p { color: rgb(196,102,31); }

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

background-color css

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

 a { background-color: rgb(196,102,31); }

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

border-color css

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

 span { border-color: rgb(196,102,31); }

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