Html Css Color HEX #672B00 Baker's Chocolate

📋 copy color: '#672B00'

red 103 ◦ green 43 ◦ blue 0

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

Shades of Baker's Chocolate #672B00

Tints of Baker's Chocolate #672B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

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

R = 70.55%
G = 29.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672B00 (or 0x672B00) is known color: Baker's Chocolate. HEX triplet: 67, 2B and 00. RGB value is (103,43,0). Sum of RGB (Red+Green+Blue) = 103+43+0=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #672B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B00 is #98D4FF. Grayscale: #383838. Windows color (decimal): -10016000 or 11111. OLE color: 11111.

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

Color convert

RGB 103 43 0 -
CMYK 0 0.58 1 0.60
HSL 25.05º 1% 0.2% -
HSV(B) 25.05º 1% 0.4% -
XYZ 6.46 4.61 0.55 -
YUV 56.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 103 43 0 0 0.58 1 0.60 25.05 1 0.2
Hex 67 2B 0 0 3A 64 3C 19 64 14
Octal 147 53 0 0 72 144 74 31 144 24
Binary 1100111 101011 0 0 111010 1100100 111100 11001 1100100 10100

Color Harmonies of #672B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672B00

Black with #672B00

Text Example


Text Example

White with #672B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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