Html Css Color HEX #690B19 Pohutukawa

📋 copy color: '#690B19'

red 105 ◦ green 11 ◦ blue 25

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

Shades of Pohutukawa #690B19

Tints of Pohutukawa #690B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 74.47%
G = 7.8%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#690B19 (or 0x690B19) is known color: Pohutukawa. HEX triplet: 69, 0B and 19. RGB value is (105,11,25). Sum of RGB (Red+Green+Blue) = 105+11+25=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #690B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B19 is #96F4E6. Grayscale: #282828. Windows color (decimal): -9893095 or 1641321. OLE color: 1641321.

HSL color Cylindrical-coordinate representation of color #690B19: hue angle of 351.06º 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 #690B19 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 25 -
CMYK 0 0.90 0.76 0.59
HSL 351.06º 0.81% 0.23% -
HSV(B) 351.06º 0.9% 0.41% -
XYZ 6.12 3.31 1.24 -
YUV 40.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 105 11 25 0 0.90 0.76 0.59 351.06 0.81 0.23
Hex 69 B 19 0 5A 4C 3B 15F 51 17
Octal 151 13 31 0 132 114 73 537 121 27
Binary 1101001 1011 11001 0 1011010 1001100 111011 101011111 1010001 10111

Color Harmonies of #690B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B19

Black with #690B19

Text Example


Text Example

White with #690B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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