Html Css Color HEX #673612 Baker's Chocolate

📋 copy color: '#673612'

red 103 ◦ green 54 ◦ blue 18

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

Shades of Baker's Chocolate #673612

Tints of Baker's Chocolate #673612

RGB

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

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

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

R = 58.86%
G = 30.86%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#673612 (or 0x673612) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 12. RGB value is (103,54,18). Sum of RGB (Red+Green+Blue) = 103+54+18=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #673612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673612 is #98C9ED. Grayscale: #404040. Windows color (decimal): -10013166 or 1193575. OLE color: 1193575.

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

Color convert

RGB 103 54 18 -
CMYK 0 0.48 0.83 0.60
HSL 25.41º 0.7% 0.24% -
HSV(B) 25.41º 0.83% 0.4% -
XYZ 7.02 5.57 1.28 -
YUV 64.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 103 54 18 0 0.48 0.83 0.60 25.41 0.7 0.24
Hex 67 36 12 0 30 53 3C 19 46 18
Octal 147 66 22 0 60 123 74 31 106 30
Binary 1100111 110110 10010 0 110000 1010011 111100 11001 1000110 11000

Color Harmonies of #673612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673612

Black with #673612

Text Example


Text Example

White with #673612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673612; }

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

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

background-color css

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

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

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

border-color css

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

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

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