Html Css Color HEX #61381F Carnaby Tan

📋 copy color: '#61381F'

red 97 ◦ green 56 ◦ blue 31

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

Shades of Carnaby Tan #61381F

Tints of Carnaby Tan #61381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.43%

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

R = 52.72%
G = 30.43%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61381F (or 0x61381F) is known color: Carnaby Tan. HEX triplet: 61, 38 and 1F. RGB value is (97,56,31). Sum of RGB (Red+Green+Blue) = 97+56+31=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381F is #9EC7E0. Grayscale: #414141. Windows color (decimal): -10405857 or 2046049. OLE color: 2046049.

HSL color Cylindrical-coordinate representation of color #61381F: hue angle of 22.73º 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 #61381F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 31 -
CMYK 0 0.42 0.68 0.62
HSL 22.73º 0.52% 0.25% -
HSV(B) 22.73º 0.68% 0.38% -
XYZ 6.59 5.47 2 -
YUV 65.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 97 56 31 0 0.42 0.68 0.62 22.73 0.52 0.25
Hex 61 38 1F 0 2A 44 3E 17 34 19
Octal 141 70 37 0 52 104 76 27 64 31
Binary 1100001 111000 11111 0 101010 1000100 111110 10111 110100 11001

Color Harmonies of #61381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61381F

Black with #61381F

Text Example


Text Example

White with #61381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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