Html Css Color HEX #673812 Baker's Chocolate

📋 copy color: '#673812'

red 103 ◦ green 56 ◦ blue 18

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

Shades of Baker's Chocolate #673812

Tints of Baker's Chocolate #673812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 58.19%
G = 31.64%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#673812 (or 0x673812) is known color: Baker's Chocolate. HEX triplet: 67, 38 and 12. RGB value is (103,56,18). Sum of RGB (Red+Green+Blue) = 103+56+18=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #673812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673812 is #98C7ED. Grayscale: #414141. Windows color (decimal): -10012654 or 1194087. OLE color: 1194087.

HSL color Cylindrical-coordinate representation of color #673812: hue angle of 26.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #673812 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 56 18 -
CMYK 0 0.46 0.83 0.60
HSL 26.82º 0.7% 0.24% -
HSV(B) 26.82º 0.83% 0.4% -
XYZ 7.12 5.76 1.31 -
YUV 65.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 103 56 18 0 0.46 0.83 0.60 26.82 0.7 0.24
Hex 67 38 12 0 2E 53 3C 1B 46 18
Octal 147 70 22 0 56 123 74 33 106 30
Binary 1100111 111000 10010 0 101110 1010011 111100 11011 1000110 11000

Color Harmonies of #673812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673812

Black with #673812

Text Example


Text Example

White with #673812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673812; }

 p { color: rgb(103,56,18); }

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

background-color css

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

 a { background-color: rgb(103,56,18); }

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

border-color css

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

 span { border-color: rgb(103,56,18); }

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