Html Css Color HEX #632009 Baker's Chocolate

📋 copy color: '#632009'

red 99 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #632009

Tints of Baker's Chocolate #632009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 70.71%
G = 22.86%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#632009 (or 0x632009) is known color: Baker's Chocolate. HEX triplet: 63, 20 and 09. RGB value is (99,32,9). Sum of RGB (Red+Green+Blue) = 99+32+9=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #632009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632009 is #9CDFF6. Grayscale: #313131. Windows color (decimal): -10280951 or 598115. OLE color: 598115.

HSL color Cylindrical-coordinate representation of color #632009: hue angle of 15.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #632009 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 9 -
CMYK 0 0.68 0.91 0.61
HSL 15.33º 0.83% 0.21% -
HSV(B) 15.33º 0.91% 0.39% -
XYZ 5.71 3.71 0.67 -
YUV 49.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 99 32 9 0 0.68 0.91 0.61 15.33 0.83 0.21
Hex 63 20 9 0 44 5B 3D F 53 15
Octal 143 40 11 0 104 133 75 17 123 25
Binary 1100011 100000 1001 0 1000100 1011011 111101 1111 1010011 10101

Color Harmonies of #632009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632009

Black with #632009

Text Example


Text Example

White with #632009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632009; }

 p { color: rgb(99,32,9); }

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

background-color css

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

 a { background-color: rgb(99,32,9); }

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

border-color css

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

 span { border-color: rgb(99,32,9); }

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