Html Css Color HEX #672914 Baker's Chocolate

📋 copy color: '#672914'

red 103 ◦ green 41 ◦ blue 20

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

Shades of Baker's Chocolate #672914

Tints of Baker's Chocolate #672914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 62.8%
G = 25%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#672914 (or 0x672914) is known color: Baker's Chocolate. HEX triplet: 67, 29 and 14. RGB value is (103,41,20). Sum of RGB (Red+Green+Blue) = 103+41+20=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #672914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672914 is #98D6EB. Grayscale: #393939. Windows color (decimal): -10016492 or 1321319. OLE color: 1321319.

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

Color convert

RGB 103 41 20 -
CMYK 0 0.60 0.81 0.60
HSL 15.18º 0.67% 0.24% -
HSV(B) 15.18º 0.81% 0.4% -
XYZ 6.51 4.52 1.19 -
YUV 57.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 103 41 20 0 0.60 0.81 0.60 15.18 0.67 0.24
Hex 67 29 14 0 3C 51 3C F 43 18
Octal 147 51 24 0 74 121 74 17 103 30
Binary 1100111 101001 10100 0 111100 1010001 111100 1111 1000011 11000

Color Harmonies of #672914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672914

Black with #672914

Text Example


Text Example

White with #672914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672914; }

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

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

background-color css

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

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

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

border-color css

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

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

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