Html Css Color HEX #632709 Baker's Chocolate

📋 copy color: '#632709'

red 99 ◦ green 39 ◦ blue 9

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

Shades of Baker's Chocolate #632709

Tints of Baker's Chocolate #632709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

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

R = 67.35%
G = 26.53%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#632709 (or 0x632709) is known color: Baker's Chocolate. HEX triplet: 63, 27 and 09. RGB value is (99,39,9). Sum of RGB (Red+Green+Blue) = 99+39+9=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #632709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632709 is #9CD8F6. Grayscale: #353535. Windows color (decimal): -10279159 or 599907. OLE color: 599907.

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

Color convert

RGB 99 39 9 -
CMYK 0 0.61 0.91 0.61
HSL 20º 0.83% 0.21% -
HSV(B) 20º 0.91% 0.39% -
XYZ 5.92 4.12 0.74 -
YUV 53.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 99 39 9 0 0.61 0.91 0.61 20 0.83 0.21
Hex 63 27 9 0 3D 5B 3D 14 53 15
Octal 143 47 11 0 75 133 75 24 123 25
Binary 1100011 100111 1001 0 111101 1011011 111101 10100 1010011 10101

Color Harmonies of #632709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632709

Black with #632709

Text Example


Text Example

White with #632709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632709; }

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

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

background-color css

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

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

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

border-color css

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

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

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