Html Css Color HEX #633400 Baker's Chocolate

📋 copy color: '#633400'

red 99 ◦ green 52 ◦ blue 0

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

Shades of Baker's Chocolate #633400

Tints of Baker's Chocolate #633400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 65.56%
G = 34.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#633400 (or 0x633400) is known color: Baker's Chocolate. HEX triplet: 63, 34 and 00. RGB value is (99,52,0). Sum of RGB (Red+Green+Blue) = 99+52+0=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #633400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633400 is #9CCBFF. Grayscale: #3C3C3C. Windows color (decimal): -10275840 or 13411. OLE color: 13411.

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

Color convert

RGB 99 52 0 -
CMYK 0 0.47 1 0.61
HSL 31.52º 1% 0.19% -
HSV(B) 31.52º 1% 0.39% -
XYZ 6.37 5.11 0.65 -
YUV 60.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 99 52 0 0 0.47 1 0.61 31.52 1 0.19
Hex 63 34 0 0 2F 64 3D 20 64 13
Octal 143 64 0 0 57 144 75 40 144 23
Binary 1100011 110100 0 0 101111 1100100 111101 100000 1100100 10011

Color Harmonies of #633400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633400

Black with #633400

Text Example


Text Example

White with #633400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633400; }

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

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

background-color css

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

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

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

border-color css

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

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

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