Html Css Color HEX #672600 Baker's Chocolate

📋 copy color: '#672600'

red 103 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #672600

Tints of Baker's Chocolate #672600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

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

R = 73.05%
G = 26.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672600 (or 0x672600) is known color: Baker's Chocolate. HEX triplet: 67, 26 and 00. RGB value is (103,38,0). Sum of RGB (Red+Green+Blue) = 103+38+0=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #672600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672600 is #98D9FF. Grayscale: #353535. Windows color (decimal): -10017280 or 9831. OLE color: 9831.

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

Color convert

RGB 103 38 0 -
CMYK 0 0.63 1 0.60
HSL 22.14º 1% 0.2% -
HSV(B) 22.14º 1% 0.4% -
XYZ 6.29 4.27 0.49 -
YUV 53.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 103 38 0 0 0.63 1 0.60 22.14 1 0.2
Hex 67 26 0 0 3F 64 3C 16 64 14
Octal 147 46 0 0 77 144 74 26 144 24
Binary 1100111 100110 0 0 111111 1100100 111100 10110 1100100 10100

Color Harmonies of #672600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672600

Black with #672600

Text Example


Text Example

White with #672600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672600; }

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

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

background-color css

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

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

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

border-color css

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

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

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