#633100

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

Shades of Baker's Chocolate #633100

Tints of Baker's Chocolate #633100

Color information

#633100 (or 0x633100) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 31 and 00. RGB value is (99,49,0). Sum of RGB (Red+Green+Blue) = 99+49+0=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #633100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633100 is #9CCEFF. Grayscale: #3A3A3A. Windows color (decimal): -10276608 or 12643. OLE color: 12643.

HSL color Cylindrical-coordinate representation of color #633100: hue angle of 29.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #633100 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99490-
CMYK00.5110.61
HSL29.7º100%19.41%-
HSV(B)29.7º100%38.82%-
XYZ6.244.850.61-
YUV58.3695.06156.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.89%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.89%
G=33.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9949000.5110.6129.710019.41
Hex63310033643D1e6413
Octal143610063144753614423
Binary110001111000100110011110010011110111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633100; }

 p { color: rgb(99,49,0); }

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

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

 a { background-color: rgb(99,49,0); }

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

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

 span { border-color: rgb(99,49,0); }

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