Html Css Color HEX #633700 Baker's Chocolate

📋 copy color: '#633700'

red 99 ◦ green 55 ◦ blue 0

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

Shades of Baker's Chocolate #633700

Tints of Baker's Chocolate #633700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#633700 (or 0x633700) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 00. RGB value is (99,55,0). Sum of RGB (Red+Green+Blue) = 99+55+0=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #633700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633700 is #9CC8FF. Grayscale: #3E3E3E. Windows color (decimal): -10275072 or 14179. OLE color: 14179.

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

Color convert

RGB 99 55 0 -
CMYK 0 0.44 1 0.61
HSL 33.33º 1% 0.19% -
HSV(B) 33.33º 1% 0.39% -
XYZ 6.51 5.39 0.7 -
YUV 61.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 99 55 0 0 0.44 1 0.61 33.33 1 0.19
Hex 63 37 0 0 2C 64 3D 21 64 13
Octal 143 67 0 0 54 144 75 41 144 23
Binary 1100011 110111 0 0 101100 1100100 111101 100001 1100100 10011

Color Harmonies of #633700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633700

Black with #633700

Text Example


Text Example

White with #633700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633700; }

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

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

background-color css

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

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

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

border-color css

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

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

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