#632A08

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

Shades of Baker's Chocolate #632A08

Tints of Baker's Chocolate #632A08

Color information

#632A08 (or 0x632A08) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 08. RGB value is (99,42,8). Sum of RGB (Red+Green+Blue) = 99+42+8=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #632A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A08 is #9CD5F7. Grayscale: #373737. Windows color (decimal): -10278392 or 535139. OLE color: 535139.

HSL color Cylindrical-coordinate representation of color #632A08: hue angle of 22.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #632A08 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB99428-
CMYK00.580.920.61
HSL22.42º85.05%20.98%-
HSV(B)22.42º91.92%38.82%-
XYZ6.024.330.75-
YUV55.17101.38159.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=66.44%
G=28.19%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9942800.580.920.6122.4285.0520.98
Hex632A803A5C3D165515
Octal1435210072134752612525
Binary110001110101010000111010101110011110110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A08; }

 p { color: rgb(99,42,8); }

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

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

 a { background-color: rgb(99,42,8); }

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

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

 span { border-color: rgb(99,42,8); }

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