Html Css Color HEX #633800 Baker's Chocolate

📋 copy color: '#633800'

red 99 ◦ green 56 ◦ blue 0

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

Shades of Baker's Chocolate #633800

Tints of Baker's Chocolate #633800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

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

R = 63.87%
G = 36.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#633800 (or 0x633800) is known color: Baker's Chocolate. HEX triplet: 63, 38 and 00. RGB value is (99,56,0). Sum of RGB (Red+Green+Blue) = 99+56+0=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #633800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633800 is #9CC7FF. Grayscale: #3E3E3E. Windows color (decimal): -10274816 or 14435. OLE color: 14435.

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

Color convert

RGB 99 56 0 -
CMYK 0 0.43 1 0.61
HSL 33.94º 1% 0.19% -
HSV(B) 33.94º 1% 0.39% -
XYZ 6.56 5.48 0.71 -
YUV 62.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 99 56 0 0 0.43 1 0.61 33.94 1 0.19
Hex 63 38 0 0 2B 64 3D 22 64 13
Octal 143 70 0 0 53 144 75 42 144 23
Binary 1100011 111000 0 0 101011 1100100 111101 100010 1100100 10011

Color Harmonies of #633800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633800

Black with #633800

Text Example


Text Example

White with #633800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633800; }

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

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

background-color css

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

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

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

border-color css

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

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

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