Html Css Color HEX #633004 Baker's Chocolate

📋 copy color: '#633004'

red 99 ◦ green 48 ◦ blue 4

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

Shades of Baker's Chocolate #633004

Tints of Baker's Chocolate #633004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

 BLUE value IS 4 (1.95% from 255) = 2.65%

R = 65.56%
G = 31.79%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#633004 (or 0x633004) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 04. RGB value is (99,48,4). Sum of RGB (Red+Green+Blue) = 99+48+4=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #633004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633004 is #9CCFFB. Grayscale: #3A3A3A. Windows color (decimal): -10276860 or 274531. OLE color: 274531.

HSL color Cylindrical-coordinate representation of color #633004: hue angle of 27.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #633004 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 4 -
CMYK 0 0.52 0.96 0.61
HSL 27.79º 0.92% 0.2% -
HSV(B) 27.79º 0.96% 0.39% -
XYZ 6.22 4.78 0.71 -
YUV 58.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 99 48 4 0 0.52 0.96 0.61 27.79 0.92 0.2
Hex 63 30 4 0 34 60 3D 1C 5C 14
Octal 143 60 4 0 64 140 75 34 134 24
Binary 1100011 110000 100 0 110100 1100000 111101 11100 1011100 10100

Color Harmonies of #633004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633004

Black with #633004

Text Example


Text Example

White with #633004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633004; }

 p { color: rgb(99,48,4); }

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

background-color css

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

 a { background-color: rgb(99,48,4); }

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

border-color css

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

 span { border-color: rgb(99,48,4); }

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