Html Css Color HEX #671E00 Baker's Chocolate

📋 copy color: '#671E00'

red 103 ◦ green 30 ◦ blue 0

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

Shades of Baker's Chocolate #671E00

Tints of Baker's Chocolate #671E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

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

R = 77.44%
G = 22.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671E00 (or 0x671E00) is known color: Baker's Chocolate. HEX triplet: 67, 1E and 00. RGB value is (103,30,0). Sum of RGB (Red+Green+Blue) = 103+30+0=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #671E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E00 is #98E1FF. Grayscale: #303030. Windows color (decimal): -10019328 or 7783. OLE color: 7783.

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

Color convert

RGB 103 30 0 -
CMYK 0 0.71 1 0.60
HSL 17.48º 1% 0.2% -
HSV(B) 17.48º 1% 0.4% -
XYZ 6.06 3.81 0.42 -
YUV 48.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 103 30 0 0 0.71 1 0.60 17.48 1 0.2
Hex 67 1E 0 0 47 64 3C 11 64 14
Octal 147 36 0 0 107 144 74 21 144 24
Binary 1100111 11110 0 0 1000111 1100100 111100 10001 1100100 10100

Color Harmonies of #671E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E00

Black with #671E00

Text Example


Text Example

White with #671E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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