Html Css Color HEX #671F00 Baker's Chocolate

📋 copy color: '#671F00'

red 103 ◦ green 31 ◦ blue 0

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

Shades of Baker's Chocolate #671F00

Tints of Baker's Chocolate #671F00

RGB

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

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

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

R = 76.87%
G = 23.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671F00 (or 0x671F00) is known color: Baker's Chocolate. HEX triplet: 67, 1F and 00. RGB value is (103,31,0). Sum of RGB (Red+Green+Blue) = 103+31+0=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #671F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F00 is #98E0FF. Grayscale: #313131. Windows color (decimal): -10019072 or 8039. OLE color: 8039.

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

Color convert

RGB 103 31 0 -
CMYK 0 0.70 1 0.60
HSL 18.06º 1% 0.2% -
HSV(B) 18.06º 1% 0.4% -
XYZ 6.08 3.86 0.43 -
YUV 48.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 103 31 0 0 0.70 1 0.60 18.06 1 0.2
Hex 67 1F 0 0 46 64 3C 12 64 14
Octal 147 37 0 0 106 144 74 22 144 24
Binary 1100111 11111 0 0 1000110 1100100 111100 10010 1100100 10100

Color Harmonies of #671F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F00

Black with #671F00

Text Example


Text Example

White with #671F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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