#CB691E

Color #CB691E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CB691E

Tints of Chocolate #CB691E

Color information

#CB691E (or 0xCB691E) is unknown color: approx Chocolate. HEX triplet: CB, 69 and 1E. RGB value is (203,105,30). Sum of RGB (Red+Green+Blue) = 203+105+30=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB691E is #3496E1. Grayscale: #7E7E7E. Windows color (decimal): -3446498 or 1993163. OLE color: 1993163.

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

Color convert

RGB20310530-
CMYK00.480.850.20
HSL26.01º74.25%45.69%-
HSV(B)26.01º85.22%79.61%-
XYZ29.9122.894.07-
YUV125.7573.97183.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.06%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=60.06%
G=31.07%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031053000.480.850.2026.0174.2545.69
HexCB691E03055141a4a2e
Octal31315136060125243211256
Binary110010111101001111100110000101010110100110101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB691E; }

 p { color: rgb(203,105,30); }

 H1.HeaderClassName
 {
   color: #CB691E;
 }
 .AnyTagClassName
 {
   color: #CB691E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,105,30); }

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

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

 span { border-color: rgb(203,105,30); }

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