Html Css Color HEX #673700 Baker's Chocolate

📋 copy color: '#673700'

red 103 ◦ green 55 ◦ blue 0

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

Shades of Baker's Chocolate #673700

Tints of Baker's Chocolate #673700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#673700 (or 0x673700) is known color: Baker's Chocolate. HEX triplet: 67, 37 and 00. RGB value is (103,55,0). Sum of RGB (Red+Green+Blue) = 103+55+0=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #673700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673700 is #98C8FF. Grayscale: #3F3F3F. Windows color (decimal): -10012928 or 14183. OLE color: 14183.

HSL color Cylindrical-coordinate representation of color #673700: hue angle of 32.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #673700 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 55 0 -
CMYK 0 0.47 1 0.60
HSL 32.04º 1% 0.2% -
HSV(B) 32.04º 1% 0.4% -
XYZ 6.96 5.62 0.72 -
YUV 63.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 103 55 0 0 0.47 1 0.60 32.04 1 0.2
Hex 67 37 0 0 2F 64 3C 20 64 14
Octal 147 67 0 0 57 144 74 40 144 24
Binary 1100111 110111 0 0 101111 1100100 111100 100000 1100100 10100

Color Harmonies of #673700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673700

Black with #673700

Text Example


Text Example

White with #673700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673700; }

 p { color: rgb(103,55,0); }

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

background-color css

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

 a { background-color: rgb(103,55,0); }

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

border-color css

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

 span { border-color: rgb(103,55,0); }

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