Html Css Color HEX #633D0E Baker's Chocolate

📋 copy color: '#633D0E'

red 99 ◦ green 61 ◦ blue 14

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

Shades of Baker's Chocolate #633D0E

Tints of Baker's Chocolate #633D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 56.9%
G = 35.06%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#633D0E (or 0x633D0E) is known color: Baker's Chocolate. HEX triplet: 63, 3D and 0E. RGB value is (99,61,14). Sum of RGB (Red+Green+Blue) = 99+61+14=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D0E is #9CC2F1. Grayscale: #434343. Windows color (decimal): -10273522 or 933219. OLE color: 933219.

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

Color convert

RGB 99 61 14 -
CMYK 0 0.38 0.86 0.61
HSL 33.18º 0.75% 0.22% -
HSV(B) 33.18º 0.86% 0.39% -
XYZ 6.89 6.02 1.21 -
YUV 67 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 99 61 14 0 0.38 0.86 0.61 33.18 0.75 0.22
Hex 63 3D E 0 26 56 3D 21 4B 16
Octal 143 75 16 0 46 126 75 41 113 26
Binary 1100011 111101 1110 0 100110 1010110 111101 100001 1001011 10110

Color Harmonies of #633D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D0E

Black with #633D0E

Text Example


Text Example

White with #633D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,61,14); }

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

background-color css

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

 a { background-color: rgb(99,61,14); }

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

border-color css

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

 span { border-color: rgb(99,61,14); }

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