Html Css Color HEX #673B0B Baker's Chocolate

📋 copy color: '#673B0B'

red 103 ◦ green 59 ◦ blue 11

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

Shades of Baker's Chocolate #673B0B

Tints of Baker's Chocolate #673B0B

RGB

 RED value IS 103 (40.63% from 255) = 59.54%

 GREEN value IS 59 (23.44% from 255) = 34.1%

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 59.54%
G = 34.1%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#673B0B (or 0x673B0B) is known color: Baker's Chocolate. HEX triplet: 67, 3B and 0B. RGB value is (103,59,11). Sum of RGB (Red+Green+Blue) = 103+59+11=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #673B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673B0B is #98C4F4. Grayscale: #424242. Windows color (decimal): -10011893 or 736103. OLE color: 736103.

HSL color Cylindrical-coordinate representation of color #673B0B: hue angle of 31.3º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #673B0B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 59 11 -
CMYK 0 0.43 0.89 0.60
HSL 31.3º 0.81% 0.22% -
HSV(B) 31.3º 0.89% 0.4% -
XYZ 7.22 6.04 1.1 -
YUV 66.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 103 59 11 0 0.43 0.89 0.60 31.3 0.81 0.22
Hex 67 3B B 0 2B 59 3C 1F 51 16
Octal 147 73 13 0 53 131 74 37 121 26
Binary 1100111 111011 1011 0 101011 1011001 111100 11111 1010001 10110

Color Harmonies of #673B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673B0B

Black with #673B0B

Text Example


Text Example

White with #673B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673B0B; }

 p { color: rgb(103,59,11); }

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

background-color css

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

 a { background-color: rgb(103,59,11); }

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

border-color css

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

 span { border-color: rgb(103,59,11); }

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