Html Css Color HEX #C4691B Chocolate

📋 copy color: '#C4691B'

red 196 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #C4691B

Tints of Chocolate #C4691B

RGB

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

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

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

R = 59.76%
G = 32.01%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4691B (or 0xC4691B) is known color: Chocolate. HEX triplet: C4, 69 and 1B. RGB value is (196,105,27). Sum of RGB (Red+Green+Blue) = 196+105+27=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4691B is #3B96E4. Grayscale: #7B7B7B. Windows color (decimal): -3905253 or 1796548. OLE color: 1796548.

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

Color convert

RGB 196 105 27 -
CMYK 0 0.46 0.86 0.23
HSL 27.69º 0.76% 0.44% -
HSV(B) 27.69º 0.86% 0.77% -
XYZ 28.01 21.92 3.79 -
YUV 123.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 196 105 27 0 0.46 0.86 0.23 27.69 0.76 0.44
Hex C4 69 1B 0 2E 56 17 1C 4C 2C
Octal 304 151 33 0 56 126 27 34 114 54
Binary 11000100 1101001 11011 0 101110 1010110 10111 11100 1001100 101100

Color Harmonies of #C4691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4691B

Black with #C4691B

Text Example


Text Example

White with #C4691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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