#632F0E

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

Shades of Baker's Chocolate #632F0E

Tints of Baker's Chocolate #632F0E

Color information

#632F0E (or 0x632F0E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 0E. RGB value is (99,47,14). Sum of RGB (Red+Green+Blue) = 99+47+14=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #632F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F0E is #9CD0F1. Grayscale: #3A3A3A. Windows color (decimal): -10277106 or 929635. OLE color: 929635.

HSL color Cylindrical-coordinate representation of color #632F0E: hue angle of 23.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #632F0E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB994714-
CMYK00.530.860.61
HSL23.29º75.22%22.16%-
HSV(B)23.29º85.86%38.82%-
XYZ6.244.721-
YUV58.79102.73156.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=61.88%
G=29.38%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99471400.530.860.6123.2975.2222.16
Hex632FE035563D174b16
Octal1435716065126752711326
Binary110001110111111100110101101011011110110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,47,14); }

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

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

 a { background-color: rgb(99,47,14); }

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

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

 span { border-color: rgb(99,47,14); }

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