Html Css Color HEX #633900 Baker's Chocolate

📋 copy color: '#633900'

red 99 ◦ green 57 ◦ blue 0

#633900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #633900

Tints of Baker's Chocolate #633900

RGB

 RED value IS 99 (39.06% from 255) = 63.46%

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.46%
G = 36.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#633900 (or 0x633900) is known color: Baker's Chocolate. HEX triplet: 63, 39 and 00. RGB value is (99,57,0). Sum of RGB (Red+Green+Blue) = 99+57+0=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #633900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633900 is #9CC6FF. Grayscale: #3F3F3F. Windows color (decimal): -10274560 or 14691. OLE color: 14691.

HSL color Cylindrical-coordinate representation of color #633900: hue angle of 34.55º 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 #633900 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 57 0 -
CMYK 0 0.42 1 0.61
HSL 34.55º 1% 0.19% -
HSV(B) 34.55º 1% 0.39% -
XYZ 6.61 5.58 0.73 -
YUV 63.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 99 57 0 0 0.42 1 0.61 34.55 1 0.19
Hex 63 39 0 0 2A 64 3D 23 64 13
Octal 143 71 0 0 52 144 75 43 144 23
Binary 1100011 111001 0 0 101010 1100100 111101 100011 1100100 10011

Color Harmonies of #633900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633900

Black with #633900

Text Example


Text Example

White with #633900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633900; }

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

 H1.HeaderClassName
 {
   color: #633900;
 }
 .AnyTagClassName
 {
   color: #633900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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