#651F02

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

Shades of Baker's Chocolate #651F02

Tints of Baker's Chocolate #651F02

Color information

#651F02 (or 0x651F02) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 1F and 02. RGB value is (101,31,2). Sum of RGB (Red+Green+Blue) = 101+31+2=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #651F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F02 is #9AE0FD. Grayscale: #303030. Windows color (decimal): -10150142 or 139109. OLE color: 139109.

HSL color Cylindrical-coordinate representation of color #651F02: hue angle of 17.58º 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 #651F02 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB101312-
CMYK00.690.980.60
HSL17.58º96.12%20.2%-
HSV(B)17.58º98.02%39.61%-
XYZ5.873.750.47-
YUV48.62101.69165.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=75.37%
G=23.13%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10131200.690.980.6017.5896.1220.2
Hex651F2045623C126014
Octal1453720105142742214024
Binary1100101111111001000101110001011110010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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