Html Css Color HEX #68191E Pohutukawa

📋 copy color: '#68191E'

red 104 ◦ green 25 ◦ blue 30

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

Shades of Pohutukawa #68191E

Tints of Pohutukawa #68191E

RGB

 RED value IS 104 (41.02% from 255) = 65.41%

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 65.41%
G = 15.72%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68191E (or 0x68191E) is known color: Pohutukawa. HEX triplet: 68, 19 and 1E. RGB value is (104,25,30). Sum of RGB (Red+Green+Blue) = 104+25+30=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #68191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191E is #97E6E1. Grayscale: #313131. Windows color (decimal): -9955042 or 1972584. OLE color: 1972584.

HSL color Cylindrical-coordinate representation of color #68191E: hue angle of 356.2º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68191E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 30 -
CMYK 0 0.76 0.71 0.59
HSL 356.2º 0.61% 0.25% -
HSV(B) 356.2º 0.76% 0.41% -
XYZ 6.29 3.73 1.62 -
YUV 49.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 104 25 30 0 0.76 0.71 0.59 356.2 0.61 0.25
Hex 68 19 1E 0 4C 47 3B 164 3D 19
Octal 150 31 36 0 114 107 73 544 75 31
Binary 1101000 11001 11110 0 1001100 1000111 111011 101100100 111101 11001

Color Harmonies of #68191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68191E

Black with #68191E

Text Example


Text Example

White with #68191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68191E; }

 p { color: rgb(104,25,30); }

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

background-color css

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

 a { background-color: rgb(104,25,30); }

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

border-color css

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

 span { border-color: rgb(104,25,30); }

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