Html Css Color HEX #633600 Baker's Chocolate

📋 copy color: '#633600'

red 99 ◦ green 54 ◦ blue 0

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

Shades of Baker's Chocolate #633600

Tints of Baker's Chocolate #633600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 64.71%
G = 35.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#633600 (or 0x633600) is known color: Baker's Chocolate. HEX triplet: 63, 36 and 00. RGB value is (99,54,0). Sum of RGB (Red+Green+Blue) = 99+54+0=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #633600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633600 is #9CC9FF. Grayscale: #3D3D3D. Windows color (decimal): -10275328 or 13923. OLE color: 13923.

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

Color convert

RGB 99 54 0 -
CMYK 0 0.45 1 0.61
HSL 32.73º 1% 0.19% -
HSV(B) 32.73º 1% 0.39% -
XYZ 6.46 5.29 0.68 -
YUV 61.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 99 54 0 0 0.45 1 0.61 32.73 1 0.19
Hex 63 36 0 0 2D 64 3D 21 64 13
Octal 143 66 0 0 55 144 75 41 144 23
Binary 1100011 110110 0 0 101101 1100100 111101 100001 1100100 10011

Color Harmonies of #633600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633600

Black with #633600

Text Example


Text Example

White with #633600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633600; }

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

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

background-color css

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

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

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

border-color css

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

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

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