Html Css Color HEX #673614 Baker's Chocolate

📋 copy color: '#673614'

red 103 ◦ green 54 ◦ blue 20

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

Shades of Baker's Chocolate #673614

Tints of Baker's Chocolate #673614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

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

R = 58.19%
G = 30.51%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#673614 (or 0x673614) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 14. RGB value is (103,54,20). Sum of RGB (Red+Green+Blue) = 103+54+20=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #673614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673614 is #98C9EB. Grayscale: #404040. Windows color (decimal): -10013164 or 1324647. OLE color: 1324647.

HSL color Cylindrical-coordinate representation of color #673614: hue angle of 24.58º 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 #673614 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 54 20 -
CMYK 0 0.48 0.81 0.60
HSL 24.58º 0.67% 0.24% -
HSV(B) 24.58º 0.81% 0.4% -
XYZ 7.04 5.57 1.37 -
YUV 64.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 103 54 20 0 0.48 0.81 0.60 24.58 0.67 0.24
Hex 67 36 14 0 30 51 3C 19 43 18
Octal 147 66 24 0 60 121 74 31 103 30
Binary 1100111 110110 10100 0 110000 1010001 111100 11001 1000011 11000

Color Harmonies of #673614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673614

Black with #673614

Text Example


Text Example

White with #673614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673614; }

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

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

background-color css

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

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

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

border-color css

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

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

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