Html Css Color HEX #613A20 Carnaby Tan

📋 copy color: '#613A20'

red 97 ◦ green 58 ◦ blue 32

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

Shades of Carnaby Tan #613A20

Tints of Carnaby Tan #613A20

RGB

 RED value IS 97 (38.28% from 255) = 51.87%

 GREEN value IS 58 (23.05% from 255) = 31.02%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 51.87%
G = 31.02%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#613A20 (or 0x613A20) is known color: Carnaby Tan. HEX triplet: 61, 3A and 20. RGB value is (97,58,32). Sum of RGB (Red+Green+Blue) = 97+58+32=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A20 is #9EC5DF. Grayscale: #424242. Windows color (decimal): -10405344 or 2112097. OLE color: 2112097.

HSL color Cylindrical-coordinate representation of color #613A20: hue angle of 24º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613A20 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 32 -
CMYK 0 0.40 0.67 0.62
HSL 24º 0.5% 0.25% -
HSV(B) 24º 0.67% 0.38% -
XYZ 6.7 5.67 2.11 -
YUV 66.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 97 58 32 0 0.40 0.67 0.62 24 0.5 0.25
Hex 61 3A 20 0 28 43 3E 18 32 19
Octal 141 72 40 0 50 103 76 30 62 31
Binary 1100001 111010 100000 0 101000 1000011 111110 11000 110010 11001

Color Harmonies of #613A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A20

Black with #613A20

Text Example


Text Example

White with #613A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A20; }

 p { color: rgb(97,58,32); }

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

background-color css

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

 a { background-color: rgb(97,58,32); }

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

border-color css

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

 span { border-color: rgb(97,58,32); }

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