Html Css Color HEX #690B26 Pohutukawa

📋 copy color: '#690B26'

red 105 ◦ green 11 ◦ blue 38

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

Shades of Pohutukawa #690B26

Tints of Pohutukawa #690B26

RGB

 RED value IS 105 (41.41% from 255) = 68.18%

 GREEN value IS 11 (4.69% from 255) = 7.14%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 68.18%
G = 7.14%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#690B26 (or 0x690B26) is known color: Pohutukawa. HEX triplet: 69, 0B and 26. RGB value is (105,11,38). Sum of RGB (Red+Green+Blue) = 105+11+38=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #690B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B26 is #96F4D9. Grayscale: #2A2A2A. Windows color (decimal): -9893082 or 2493289. OLE color: 2493289.

HSL color Cylindrical-coordinate representation of color #690B26: hue angle of 342.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B26 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 38 -
CMYK 0 0.90 0.64 0.59
HSL 342.77º 0.81% 0.23% -
HSV(B) 342.77º 0.9% 0.41% -
XYZ 6.3 3.38 2.15 -
YUV 42.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 105 11 38 0 0.90 0.64 0.59 342.77 0.81 0.23
Hex 69 B 26 0 5A 40 3B 157 51 17
Octal 151 13 46 0 132 100 73 527 121 27
Binary 1101001 1011 100110 0 1011010 1000000 111011 101010111 1010001 10111

Color Harmonies of #690B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B26

Black with #690B26

Text Example


Text Example

White with #690B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690B26; }

 p { color: rgb(105,11,38); }

 H1.HeaderClassName
 {
   color: #690B26;
 }
 .AnyTagClassName
 {
   color: #690B26;
 }
</style>

background-color css

<style>
 a { background-color: #690B26; }

 a { background-color: rgb(105,11,38); }

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

border-color css

<style>
 span { border-color: #690B26; }

 span { border-color: rgb(105,11,38); }

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