Html Css Color HEX #C4661D Chocolate

📋 copy color: '#C4661D'

red 196 ◦ green 102 ◦ blue 29

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

Shades of Chocolate #C4661D

Tints of Chocolate #C4661D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.87%

R = 59.94%
G = 31.19%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4661D (or 0xC4661D) is known color: Chocolate. HEX triplet: C4, 66 and 1D. RGB value is (196,102,29). Sum of RGB (Red+Green+Blue) = 196+102+29=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4661D is #3B99E2. Grayscale: #7A7A7A. Windows color (decimal): -3906019 or 1926852. OLE color: 1926852.

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

Color convert

RGB 196 102 29 -
CMYK 0 0.48 0.85 0.23
HSL 26.23º 0.74% 0.44% -
HSV(B) 26.23º 0.85% 0.77% -
XYZ 27.74 21.33 3.82 -
YUV 121.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 196 102 29 0 0.48 0.85 0.23 26.23 0.74 0.44
Hex C4 66 1D 0 30 55 17 1A 4A 2C
Octal 304 146 35 0 60 125 27 32 112 54
Binary 11000100 1100110 11101 0 110000 1010101 10111 11010 1001010 101100

Color Harmonies of #C4661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4661D

Black with #C4661D

Text Example


Text Example

White with #C4661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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