Html Css Color HEX #673814 Baker's Chocolate

📋 copy color: '#673814'

red 103 ◦ green 56 ◦ blue 20

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

Shades of Baker's Chocolate #673814

Tints of Baker's Chocolate #673814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 57.54%
G = 31.28%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#673814 (or 0x673814) is known color: Baker's Chocolate. HEX triplet: 67, 38 and 14. RGB value is (103,56,20). Sum of RGB (Red+Green+Blue) = 103+56+20=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #673814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673814 is #98C7EB. Grayscale: #424242. Windows color (decimal): -10012652 or 1325159. OLE color: 1325159.

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

Color convert

RGB 103 56 20 -
CMYK 0 0.46 0.81 0.60
HSL 26.02º 0.67% 0.24% -
HSV(B) 26.02º 0.81% 0.4% -
XYZ 7.13 5.76 1.4 -
YUV 65.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 103 56 20 0 0.46 0.81 0.60 26.02 0.67 0.24
Hex 67 38 14 0 2E 51 3C 1A 43 18
Octal 147 70 24 0 56 121 74 32 103 30
Binary 1100111 111000 10100 0 101110 1010001 111100 11010 1000011 11000

Color Harmonies of #673814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673814

Black with #673814

Text Example


Text Example

White with #673814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673814; }

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

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

background-color css

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

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

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

border-color css

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

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

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