Html Css Color HEX #671D00 Baker's Chocolate

📋 copy color: '#671D00'

red 103 ◦ green 29 ◦ blue 0

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

Shades of Baker's Chocolate #671D00

Tints of Baker's Chocolate #671D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

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

R = 78.03%
G = 21.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671D00 (or 0x671D00) is known color: Baker's Chocolate. HEX triplet: 67, 1D and 00. RGB value is (103,29,0). Sum of RGB (Red+Green+Blue) = 103+29+0=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #671D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D00 is #98E2FF. Grayscale: #303030. Windows color (decimal): -10019584 or 7527. OLE color: 7527.

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

Color convert

RGB 103 29 0 -
CMYK 0 0.72 1 0.60
HSL 16.89º 1% 0.2% -
HSV(B) 16.89º 1% 0.4% -
XYZ 6.03 3.76 0.41 -
YUV 47.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 103 29 0 0 0.72 1 0.60 16.89 1 0.2
Hex 67 1D 0 0 48 64 3C 11 64 14
Octal 147 35 0 0 110 144 74 21 144 24
Binary 1100111 11101 0 0 1001000 1100100 111100 10001 1100100 10100

Color Harmonies of #671D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D00

Black with #671D00

Text Example


Text Example

White with #671D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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