Html Css Color HEX #63361B Baker's Chocolate

📋 copy color: '#63361B'

red 99 ◦ green 54 ◦ blue 27

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

Shades of Baker's Chocolate #63361B

Tints of Baker's Chocolate #63361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15%

R = 55%
G = 30%
B = 15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63361B (or 0x63361B) is known color: Baker's Chocolate. HEX triplet: 63, 36 and 1B. RGB value is (99,54,27). Sum of RGB (Red+Green+Blue) = 99+54+27=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63361B is #9CC9E4. Grayscale: #404040. Windows color (decimal): -10275301 or 1783395. OLE color: 1783395.

HSL color Cylindrical-coordinate representation of color #63361B: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63361B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 54 27 -
CMYK 0 0.45 0.73 0.61
HSL 22.5º 0.57% 0.25% -
HSV(B) 22.5º 0.73% 0.39% -
XYZ 6.66 5.37 1.72 -
YUV 64.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 99 54 27 0 0.45 0.73 0.61 22.5 0.57 0.25
Hex 63 36 1B 0 2D 49 3D 16 39 19
Octal 143 66 33 0 55 111 75 26 71 31
Binary 1100011 110110 11011 0 101101 1001001 111101 10110 111001 11001

Color Harmonies of #63361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63361B

Black with #63361B

Text Example


Text Example

White with #63361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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