Html Css Color HEX #603419 Baker's Chocolate

📋 copy color: '#603419'

red 96 ◦ green 52 ◦ blue 25

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

Shades of Baker's Chocolate #603419

Tints of Baker's Chocolate #603419

RGB

 RED value IS 96 (37.89% from 255) = 55.49%

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 55.49%
G = 30.06%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#603419 (or 0x603419) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 19. RGB value is (96,52,25). Sum of RGB (Red+Green+Blue) = 96+52+25=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603419 is #9FCBE6. Grayscale: #3E3E3E. Windows color (decimal): -10472423 or 1651808. OLE color: 1651808.

HSL color Cylindrical-coordinate representation of color #603419: hue angle of 22.82º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603419 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 25 -
CMYK 0 0.46 0.74 0.62
HSL 22.82º 0.59% 0.24% -
HSV(B) 22.82º 0.74% 0.38% -
XYZ 6.23 5.01 1.56 -
YUV 62.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 96 52 25 0 0.46 0.74 0.62 22.82 0.59 0.24
Hex 60 34 19 0 2E 4A 3E 17 3B 18
Octal 140 64 31 0 56 112 76 27 73 30
Binary 1100000 110100 11001 0 101110 1001010 111110 10111 111011 11000

Color Harmonies of #603419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603419

Black with #603419

Text Example


Text Example

White with #603419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603419; }

 p { color: rgb(96,52,25); }

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

background-color css

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

 a { background-color: rgb(96,52,25); }

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

border-color css

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

 span { border-color: rgb(96,52,25); }

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