Html Css Color HEX #C4691F Chocolate

📋 copy color: '#C4691F'

red 196 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #C4691F

Tints of Chocolate #C4691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

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

R = 59.04%
G = 31.63%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4691F (or 0xC4691F) is known color: Chocolate. HEX triplet: C4, 69 and 1F. RGB value is (196,105,31). Sum of RGB (Red+Green+Blue) = 196+105+31=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C4691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4691F is #3B96E0. Grayscale: #7C7C7C. Windows color (decimal): -3905249 or 2058692. OLE color: 2058692.

HSL color Cylindrical-coordinate representation of color #C4691F: hue angle of 26.91º 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 #C4691F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 31 -
CMYK 0 0.46 0.84 0.23
HSL 26.91º 0.73% 0.45% -
HSV(B) 26.91º 0.84% 0.77% -
XYZ 28.06 21.94 4.05 -
YUV 123.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 196 105 31 0 0.46 0.84 0.23 26.91 0.73 0.45
Hex C4 69 1F 0 2E 54 17 1B 49 2D
Octal 304 151 37 0 56 124 27 33 111 55
Binary 11000100 1101001 11111 0 101110 1010100 10111 11011 1001001 101101

Color Harmonies of #C4691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4691F

Black with #C4691F

Text Example


Text Example

White with #C4691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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