#CB690F

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

Shades of Chocolate #CB690F

Tints of Chocolate #CB690F

Color information

#CB690F (or 0xCB690F) is unknown color: approx Chocolate. HEX triplet: CB, 69 and 0F. RGB value is (203,105,15). Sum of RGB (Red+Green+Blue) = 203+105+15=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB690F is #3496F0. Grayscale: #7C7C7C. Windows color (decimal): -3446513 or 1010123. OLE color: 1010123.

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

Color convert

RGB20310515-
CMYK00.480.930.20
HSL28.72º86.24%42.75%-
HSV(B)28.72º92.61%79.61%-
XYZ29.7722.833.29-
YUV124.0466.47184.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.85%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=62.85%
G=32.51%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031051500.480.930.2028.7286.2442.75
HexCB69F0305D141d562b
Octal31315117060135243512653
Binary11001011110100111110110000101110110100111011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB690F; }

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

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

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

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

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

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

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

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