Html Css Color HEX #613A1F Carnaby Tan

📋 copy color: '#613A1F'

red 97 ◦ green 58 ◦ blue 31

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

Shades of Carnaby Tan #613A1F

Tints of Carnaby Tan #613A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 52.15%
G = 31.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#613A1F (or 0x613A1F) is known color: Carnaby Tan. HEX triplet: 61, 3A and 1F. RGB value is (97,58,31). Sum of RGB (Red+Green+Blue) = 97+58+31=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1F is #9EC5E0. Grayscale: #424242. Windows color (decimal): -10405345 or 2046561. OLE color: 2046561.

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

Color convert

RGB 97 58 31 -
CMYK 0 0.40 0.68 0.62
HSL 24.55º 0.52% 0.25% -
HSV(B) 24.55º 0.68% 0.38% -
XYZ 6.69 5.67 2.04 -
YUV 66.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 97 58 31 0 0.40 0.68 0.62 24.55 0.52 0.25
Hex 61 3A 1F 0 28 44 3E 19 34 19
Octal 141 72 37 0 50 104 76 31 64 31
Binary 1100001 111010 11111 0 101000 1000100 111110 11001 110100 11001

Color Harmonies of #613A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A1F

Black with #613A1F

Text Example


Text Example

White with #613A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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