#651B02

Color #651B02 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #651B02

Tints of Baker's Chocolate #651B02

Color information

#651B02 (or 0x651B02) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 1B and 02. RGB value is (101,27,2). Sum of RGB (Red+Green+Blue) = 101+27+2=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #651B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B02 is #9AE4FD. Grayscale: #2E2E2E. Windows color (decimal): -10151166 or 138085. OLE color: 138085.

HSL color Cylindrical-coordinate representation of color #651B02: hue angle of 15.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #651B02 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB101272-
CMYK00.730.980.60
HSL15.15º96.12%20.2%-
HSV(B)15.15º98.02%39.61%-
XYZ5.773.550.44-
YUV46.28103.02167.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=77.69%
G=20.77%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10127200.730.980.6015.1596.1220.2
Hex651B2049623Cf6014
Octal1453320111142741714024
Binary110010111011100100100111000101111001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651B02; }

 p { color: rgb(101,27,2); }

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

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

 a { background-color: rgb(101,27,2); }

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

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

 span { border-color: rgb(101,27,2); }

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