Html Css Color HEX #633A0C Baker's Chocolate

📋 copy color: '#633A0C'

red 99 ◦ green 58 ◦ blue 12

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

Shades of Baker's Chocolate #633A0C

Tints of Baker's Chocolate #633A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.32%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 58.58%
G = 34.32%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#633A0C (or 0x633A0C) is known color: Baker's Chocolate. HEX triplet: 63, 3A and 0C. RGB value is (99,58,12). Sum of RGB (Red+Green+Blue) = 99+58+12=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #633A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A0C is #9CC5F3. Grayscale: #414141. Windows color (decimal): -10274292 or 801379. OLE color: 801379.

HSL color Cylindrical-coordinate representation of color #633A0C: hue angle of 31.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #633A0C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 58 12 -
CMYK 0 0.41 0.88 0.61
HSL 31.72º 0.78% 0.22% -
HSV(B) 31.72º 0.88% 0.39% -
XYZ 6.73 5.71 1.09 -
YUV 65.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 99 58 12 0 0.41 0.88 0.61 31.72 0.78 0.22
Hex 63 3A C 0 29 58 3D 20 4E 16
Octal 143 72 14 0 51 130 75 40 116 26
Binary 1100011 111010 1100 0 101001 1011000 111101 100000 1001110 10110

Color Harmonies of #633A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A0C

Black with #633A0C

Text Example


Text Example

White with #633A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A0C; }

 p { color: rgb(99,58,12); }

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

background-color css

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

 a { background-color: rgb(99,58,12); }

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

border-color css

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

 span { border-color: rgb(99,58,12); }

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