Html Css Color HEX #C68326 Geebung

📋 copy color: '#C68326'

red 198 ◦ green 131 ◦ blue 38

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

Shades of Geebung #C68326

Tints of Geebung #C68326

RGB

 RED value IS 198 (77.73% from 255) = 53.95%

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 53.95%
G = 35.69%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C68326 (or 0xC68326) is known color: Geebung. HEX triplet: C6, 83 and 26. RGB value is (198,131,38). Sum of RGB (Red+Green+Blue) = 198+131+38=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68326 is #397CD9. Grayscale: #8C8C8C. Windows color (decimal): -3767514 or 2524102. OLE color: 2524102.

HSL color Cylindrical-coordinate representation of color #C68326: hue angle of 34.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68326 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 38 -
CMYK 0 0.34 0.81 0.22
HSL 34.88º 0.68% 0.46% -
HSV(B) 34.88º 0.81% 0.78% -
XYZ 31.75 28.38 5.64 -
YUV 140.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 198 131 38 0 0.34 0.81 0.22 34.88 0.68 0.46
Hex C6 83 26 0 22 51 16 23 44 2E
Octal 306 203 46 0 42 121 26 43 104 56
Binary 11000110 10000011 100110 0 100010 1010001 10110 100011 1000100 101110

Color Harmonies of #C68326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68326

Black with #C68326

Text Example


Text Example

White with #C68326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68326; }

 p { color: rgb(198,131,38); }

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

background-color css

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

 a { background-color: rgb(198,131,38); }

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

border-color css

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

 span { border-color: rgb(198,131,38); }

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