Html Css Color HEX #671B00 Baker's Chocolate

📋 copy color: '#671B00'

red 103 ◦ green 27 ◦ blue 0

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

Shades of Baker's Chocolate #671B00

Tints of Baker's Chocolate #671B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

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

R = 79.23%
G = 20.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671B00 (or 0x671B00) is known color: Baker's Chocolate. HEX triplet: 67, 1B and 00. RGB value is (103,27,0). Sum of RGB (Red+Green+Blue) = 103+27+0=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #671B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B00 is #98E4FF. Grayscale: #2E2E2E. Windows color (decimal): -10020096 or 7015. OLE color: 7015.

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

Color convert

RGB 103 27 0 -
CMYK 0 0.74 1 0.60
HSL 15.73º 1% 0.2% -
HSV(B) 15.73º 1% 0.4% -
XYZ 5.99 3.67 0.39 -
YUV 46.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 103 27 0 0 0.74 1 0.60 15.73 1 0.2
Hex 67 1B 0 0 4A 64 3C 10 64 14
Octal 147 33 0 0 112 144 74 20 144 24
Binary 1100111 11011 0 0 1001010 1100100 111100 10000 1100100 10100

Color Harmonies of #671B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671B00

Black with #671B00

Text Example


Text Example

White with #671B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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