Html Css Color HEX #671F03 Baker's Chocolate

📋 copy color: '#671F03'

red 103 ◦ green 31 ◦ blue 3

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

Shades of Baker's Chocolate #671F03

Tints of Baker's Chocolate #671F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.63%

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 75.18%
G = 22.63%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#671F03 (or 0x671F03) is known color: Baker's Chocolate. HEX triplet: 67, 1F and 03. RGB value is (103,31,3). Sum of RGB (Red+Green+Blue) = 103+31+3=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #671F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F03 is #98E0FC. Grayscale: #313131. Windows color (decimal): -10019069 or 204647. OLE color: 204647.

HSL color Cylindrical-coordinate representation of color #671F03: hue angle of 16.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #671F03 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 31 3 -
CMYK 0 0.70 0.97 0.60
HSL 16.8º 0.94% 0.21% -
HSV(B) 16.8º 0.97% 0.4% -
XYZ 6.1 3.87 0.51 -
YUV 49.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 103 31 3 0 0.70 0.97 0.60 16.8 0.94 0.21
Hex 67 1F 3 0 46 61 3C 11 5E 15
Octal 147 37 3 0 106 141 74 21 136 25
Binary 1100111 11111 11 0 1000110 1100001 111100 10001 1011110 10101

Color Harmonies of #671F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F03

Black with #671F03

Text Example


Text Example

White with #671F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671F03; }

 p { color: rgb(103,31,3); }

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

background-color css

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

 a { background-color: rgb(103,31,3); }

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

border-color css

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

 span { border-color: rgb(103,31,3); }

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