Html Css Color HEX #613D24 Carnaby Tan

📋 copy color: '#613D24'

red 97 ◦ green 61 ◦ blue 36

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

Shades of Carnaby Tan #613D24

Tints of Carnaby Tan #613D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.44%

 BLUE value IS 36 (14.45% from 255) = 18.56%

R = 50%
G = 31.44%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#613D24 (or 0x613D24) is known color: Carnaby Tan. HEX triplet: 61, 3D and 24. RGB value is (97,61,36). Sum of RGB (Red+Green+Blue) = 97+61+36=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #613D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D24 is #9EC2DB. Grayscale: #454545. Windows color (decimal): -10404572 or 2375009. OLE color: 2375009.

HSL color Cylindrical-coordinate representation of color #613D24: hue angle of 24.59º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613D24 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 36 -
CMYK 0 0.37 0.63 0.62
HSL 24.59º 0.46% 0.26% -
HSV(B) 24.59º 0.63% 0.38% -
XYZ 6.92 6.01 2.46 -
YUV 68.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 97 61 36 0 0.37 0.63 0.62 24.59 0.46 0.26
Hex 61 3D 24 0 25 3F 3E 19 2E 1A
Octal 141 75 44 0 45 77 76 31 56 32
Binary 1100001 111101 100100 0 100101 111111 111110 11001 101110 11010

Color Harmonies of #613D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D24

Black with #613D24

Text Example


Text Example

White with #613D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,36); }

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

background-color css

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

 a { background-color: rgb(97,61,36); }

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

border-color css

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

 span { border-color: rgb(97,61,36); }

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